home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / skoed / skoed.history < prev    next >
Text File  |  1995-03-09  |  8KB  |  136 lines

  1.  
  2. SkoEd History
  3. =============
  4.  
  5. V1.00B - First Release Beta Test Version
  6.          All Versions up to 1.10 are expected to be Beta Test Versions.
  7. V1.01B - Fix to Save Routine for Read Only files.
  8.          Auto Save did not refresh status line correctly.
  9.          Block IO Gurued sometimes.
  10. V1.02B - Column Block Delete incorrectly handled Blank lines.
  11.          Slight speed increase in PageUp/PageDown.
  12.          Several Minor fixes - Code Cleanups.
  13. V1.03B - Changed Gadgets to allow for > 4 colour Workbench.
  14.          Iconify and Buff gadgets activate on GadgetUp.
  15.          Fix to LoadOver when window is Split.
  16.          Shift Left Mouse button will now set Blocks.
  17.          Fix to Block Move function when moving blocks between windows.
  18.          Use ReqTools File Requester.
  19. V1.04B - 3D look gadgets.
  20.          Test for Intuition Version and set colours appropriately.
  21.          Now load Skoed.Macro file.
  22.          Fix to Load 1 line files correctly.
  23.          Setting blocks around folds was removing fold.
  24.          Next_Fold would not move off a fold.
  25.          Find/Request is now a window and much prettier.
  26. V1.05B - Several modifications to be more correct for WorkBench 2.0 & 3.0
  27.          New Command Complete_Var.
  28.          Minor Changes to Word_Left, Word_Right and Word_Delete.
  29.          Switch "All Buffers" can be used with Find String as well as Replace.
  30.          Block Highlighting is now quicker.
  31.          Folds can be contained within folds. (Recursive)
  32.          Block matching will now work for } as well as {.
  33.          Determining the size of a string will count \n etc as 1 char.
  34.          Translate mouse Co-Ords to Crsr positions correctly.
  35.          Improve the typing speed when typing past the edge of the screen.
  36.          Better Documentation. (Well :-)
  37. V1.06B - Parse Workbench arguments for filenames.
  38.          Deleting the last line of a window under WB 2.0 gurued - Fixed.
  39.          ReConfigure Added.
  40.          New Commands Indent_Block and Unindent_Block.
  41.          Improved String Replace Algorithm - Slightly Faster.
  42.          Allow use of ALT for @, CTRL for ^ etc.
  43.          \ allows the use of special characters to be used.
  44.          Saving a "Temp" file forces the Save As option.
  45.          Clip_Block and File_Block changed slightly.
  46.          Block_Delete will now set the crsr position correctly.
  47.          New Command FR_String - Find/Replace (Find_String now only Finds)
  48.          SkoEd will now correctly Free the File requester from Reqtools.
  49.          Removed all Enforcer hits (I hope)
  50.          Moving Blocks between files Gurued (Yup I stuffed it) Fixed.
  51. V1.07B - Script file handling now correct.
  52.          Font is correctly set for requesters.
  53.          SkoEd No longer loses any memory (Yeah)
  54.          Version String added
  55.          First version of Marks added.
  56. V1.08B - AREXX Added. (Yeah Team :-) (First Version) (2.0 only)
  57.          Several changes to Parser to allow for parameter passing.
  58.          Moving the window bar is much faster
  59.          Created a WB2.0 only version
  60.          Protections bits were not set correctly for a New File - Fixed
  61.          All executes detach from SkoEd (Printing compiling etc) (2.0 only)
  62.          Iconify Gadget now a String Gadget.
  63.          New Commands Set_Var and Get_Var for AREXX
  64.          New Command ARexx to execute Arexx Scripts from SkoEd
  65.          Fix Bug in Clip to Block and File to Block routines
  66. V1.09B - AREXX now returns values correctly.
  67.          Minor changes to Blocks.
  68.          More variables added for Arexx.
  69.          Rewrote Clipboard routines to use IFFParse
  70.          SkoEd now Clones WorkBench screen and Font (If NonProportional).
  71.          Removed option to put SkoEd on Workbench
  72.          Menus now created using GadTools.Library
  73.          Parameter parsing using ParseArgs
  74.          Several commands made generic using ParseArgs
  75.          Better Doco :-)
  76.          Set_Var now a general command not just ARexx
  77.          SkoEd.Cfg renamed SkoEd.Config
  78.          New Command Word_End
  79.          LARGE Changes made to naming of commands and variables.  Config files
  80.            will probably need to change.
  81.          Executes are now written to a script file in T: and appends Ask "Hit Return to Continue"
  82.          Added PRINTER variable to variables Requester
  83. V1.10  - Fixes for different font sizes
  84.          New crsr routines had problems with folded lines - fixed
  85.          Readded Commands Del_EOL & Del_SOL
  86.          Fixed problem with SkoEd crashing if another SkoEd is loaded
  87.          Rewrote various requesters and windows to use GadTools.
  88.          All gadgets in SkoEd are now created using GadTools.
  89.          New Variable CurrWord to get the word underneath the crsr.
  90.          Changed all line routines to work on LINELENGTH variable.
  91.          LINELENGTH set to 4096.
  92.          Match command finds a match for ({[ as well as ]}).
  93.          Slight improvment in Find/Replace routines (more speed even).
  94.          Fixed bug with vertical blocks getting start > end and calling guru.
  95.          Fixed bug with Vertical blocks not handing Block_Move correctly.
  96.          Fixed bug with Tab loading, tabs after first line were 1 too small.
  97. V1.11  - Folded lines were disapearing with certain operations - Fixed.
  98.          Click to mouse and Goto_Line were not always handling folds - Fixed.
  99.          Reduced stack usage so SkoEd should work with default stack of 4096.
  100.          Click To/Drag mouse can now scroll buffer left/right.
  101.          Fix for files that have no LF and are > 4096 bytes in size.
  102.          Add Interleaved Tag for Workbench 3.0. (Thank you Commodore)
  103.          Mark and Goto_Mark now accept optional parameter MARKNUM.
  104.          Fix to generic routine MoveToLine (I broke it in V1.10).
  105.          Slight speedups to Load Routine.
  106.          Iconify now gives more memory back and does not leave crsr in window.
  107.          Load and LoadOver from Menu have parameter of NODUP.
  108.          ESC key can be used to exit from requesters.
  109.          Fix to Commands in macros that have parameters.
  110.          Major bug fix to Replace command, Line length could be incorrectly set.
  111.          Reduced Stack usage for ARexx commands and Clip_Block command.
  112. V1.12  - Auto file is deleted upon save of file and for modified files on exit.
  113.          Now store Length of Line to Save calculations. This has increased the
  114.            speed of a number of routines that used to calculate it.
  115.          Added User configurable Gadgets (Really cool :-)
  116.          Added New Commands UpUp and DownDown
  117.          Added New Commands StartOfBlock and EndOfBlock
  118.          Use ModeNewFile when creating Skoed.Exec file
  119.          LineNum could be incorrectly set when changing windows - fixed
  120.          Modified CompleteVariable to handle EOF better
  121.          Search path for config and Gadgets now ends with SKOED: not S:
  122.          Problems with Wb2.0 ClearEOL not working correctly fixed.
  123.           - Wb3.0 is so much nicer
  124.          Slight speedup to Word_Delete
  125. V1.14  - Who is Superstitious? Not me :-)
  126.          Clear Archive bit on save.  (Why should I have to concern myself with this?)
  127.          Screen mode and Font now read from Prefs file in ENV:SkoEd/SkoEd.Prefs
  128.          Can now set Screen/Font and save in ENV:SkoEd/SkoEd.Prefs
  129.          SkoEd made more font insensitive
  130.          Support for International Keymaps
  131.          Marks List updated when Buffer Killed
  132.          Problem with Blocks becoming unset with LoadFile(NODUP) fixed
  133.          Floating Gadgets now centre better
  134.          Sped up Load/Save Routines again (Any faster and they will take negative time :-)
  135.  
  136.